luci-theme-material: CSS Fix for previous update
authorQuentin Baker <[email protected]>
Fri, 17 Jun 2022 03:59:39 +0000 (23:59 -0400)
committerJo-Philipp Wich <[email protected]>
Mon, 5 Dec 2022 09:44:36 +0000 (10:44 +0100)
Commit b0f13ef Changed the color of a CSS element from a bright blue to
a dark blue. This resulted in a modal with difficult-to-read text (black
text on dark blue).

This commit sets the modal text-color to #000, in line with style
guidelines.

Signed-off-by: Quentin Baker <[email protected]>
(cherry picked from commit 4ee2bc644acc4bd112f870cf1e689f86f99c5736)

themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index 4d414c91f80a18e9ee4b2182e4a17b761b0a8342..fa2f60ebf1a2c7f62abaa60edc0af752a08cbfaf 100644 (file)
@@ -1735,6 +1735,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
 .modal p {
        padding-left: .25rem;
        word-break: break-word;
+       color: #fff;
 }
 
 .modal label.btn {